home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "About VISNEWDA"
- ClientHeight = 2115
- ClientLeft = 5280
- ClientTop = 3870
- ClientWidth = 4995
- ControlBox = 0 'False
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 2580
- Icon = ABOUTBOX.FRX:0000
- Left = 5190
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2115
- ScaleWidth = 4995
- Top = 3495
- Width = 5175
- Begin PictureBox PIC_Icon
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Height = 600
- Left = 480
- Picture = ABOUTBOX.FRX:0302
- ScaleHeight = 600
- ScaleWidth = 480
- TabIndex = 1
- Top = 240
- Width = 480
- End
- Begin CommandButton OkayButton
- Cancel = -1 'True
- Caption = "&OK"
- Default = -1 'True
- Height = 360
- Left = 2040
- TabIndex = 0
- Top = 1560
- Width = 1080
- End
- Begin Label LAB_1
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "Robert E. Smythe's"
- ForeColor = &H000000FF&
- Height = 195
- Left = 1755
- TabIndex = 2
- Top = 360
- Width = 1665
- End
- Begin Label LAB_2
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "VISNEWDA"
- ForeColor = &H000000FF&
- Height = 195
- Left = 2130
- TabIndex = 3
- Top = 840
- Width = 1035
- End
- Begin Label Label1
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "Version 3.1 Beta 1994"
- ForeColor = &H000000FF&
- Height = 195
- Left = 1680
- TabIndex = 4
- Top = 1080
- Width = 1935
- End
- Sub Form_KeyPress (KeyAscii As Integer)
- Unload Me
- End Sub
- Sub Form_Load ()
- Left = (Screen.Width - Width) / 2
- End Sub
- Sub OkayButton_Click ()
- Unload Me
- End Sub
- Sub OkayButton_KeyPress (KeyAscii As Integer)
- Unload Me
- End Sub
-